home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flybox2.dir / 00044.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  199 b   |  12 lines

  1. on mouseDown
  2.   if the doubleClick then
  3.     exit
  4.   end if
  5.   set the castNum of sprite 32 to 54
  6.   repeat with i = 1 to 48
  7.     puppetSprite(i, 0)
  8.   end repeat
  9.   updateStage()
  10.   go(1, "FlyBox3.dir")
  11. end
  12.